home *** CD-ROM | disk | FTP | other *** search
/ Champak 112 / jogo-disk-112.iso / Games / ophelias_diary_2_episode_1.swf / scripts / DefineButton2_2777 / BUTTONCONDACTION on(release).as
Text File  |  2010-07-14  |  255b  |  17 lines

  1. on(release){
  2.    if(eval("/Variables:TrouOuvert") == 0)
  3.    {
  4.       tellTarget("Animatiques")
  5.       {
  6.          gotoAndStop("30A");
  7.       }
  8.    }
  9.    else
  10.    {
  11.       tellTarget("Animatiques")
  12.       {
  13.          gotoAndStop("30B");
  14.       }
  15.    }
  16. }
  17.